From 174d9cc83b3e2a4568881efa50308bec14efcd91 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 15 Apr 2004 18:41:49 +0000 Subject: [PATCH] Split mac-build and mac-release. --- gpsbabel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpsbabel/Makefile b/gpsbabel/Makefile index 10c510035..762a8c40b 100644 --- a/gpsbabel/Makefile +++ b/gpsbabel/Makefile @@ -98,7 +98,9 @@ release: curl -u anonymous:anonymous --upload-file /tmp/gpsbabel-$(VERSIOND).zip ftp://upload.sf.net/incoming/ mac-build: - make LIBEXPAT=/sw/lib/libexpat.a EXTRA_CFLAGS="-s -I/sw/include" + make LIBEXPAT=/sw/lib/libexpat.a EXTRA_CFLAGS="-I/sw/include" + +mac-release: mkdir -p usr/bin usr/share/gpsbabel/doc cp gpsbabel usr/bin/ cp README* COPYING usr/share/gpsbabel/doc -- 2.30.2